home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / edit345a.zip / README < prev    next >
Text File  |  1987-02-25  |  2KB  |  53 lines

  1. edit.com        - standard ibm pc text editor -
  2.                 Works on standard color monitor, ega monitor, and
  3.                 most monochrome type cards.
  4.  
  5. ed_color.com    - same as edit.com but no pause for horiz. retrace -
  6.                 THIS ALLOWS FASTER PAGING - if SNOW is no problem.
  7.                 Works on techmar graphics master (and others) in color
  8.                 and monochrome modes.
  9.  
  10. ed_mono.com     - same as edit.com but no pause for horiz. retrace -
  11.                 - and colors are black and white -
  12.                 THIS ALLOWS FASTER PAGING and insures line visibility.
  13.                 Some monochrome monitors don't display the color green,
  14.                 so this version uses white (the highest intensity)
  15.                 to insure line visibility.
  16.  
  17. edti.com        - runs ONLY on the Texas Instruments PC Micro
  18.                 Functionally same as IBM version, but uses ALT key
  19.                 with arrow keys for paging, and F12 key for end key.
  20.  
  21. help            - documentation for edit.com -
  22.                 This file documents version 3.45 of the editor.
  23.  
  24. ssort.com       - an amazingly fast sort program -
  25.                 To sort any text file (e.g. myfile) just type ..
  26.  
  27.                 A>ssort myfile newfile <enter> ..  (at DOS prompt)
  28.  
  29.                 If the file can fit in free memory, it can be sorted.
  30.  
  31. split.com       - split a file in two parts -
  32.                 If the file to be sorted can't fit in free memory,
  33.                 use this is split it in two parts, as shown ..
  34.  
  35.                 A>split myfile part1 part2 <enter>
  36.  
  37. merge.com       - merge two sorted files -
  38.                 After sorting part1 and part2, then you can merge
  39.                 them again, as shown ..
  40.  
  41.                 A>merge part1 part2 newfile
  42.  
  43. gets.exe        - recover text after edit.com exit -
  44.                 If you forget to save your text when using the editor,
  45.                 then gets.exe will recover the file from memory !!
  46.                 This works because the editor loads the whole edited
  47.                 file in memory (called the text area). You can use
  48.                 the DOS dir command  without harming the text area
  49.                 before running gets.exe.
  50.                 Please experiment with this program a little, to know
  51.                 how to use it - because it could be very helpful.
  52.  
  53.